ostree-grub2: recommend concrete GRUB packages instead of hard-depending on a transit...
authorSimon McVittie <smcv@debian.org>
Fri, 29 Jan 2016 17:31:07 +0000 (18:31 +0100)
committerSimon McVittie <smcv@debian.org>
Fri, 29 Jan 2016 17:31:07 +0000 (18:31 +0100)
This is only a Recommends because you could be using some other
architecture's grub packages.

debian/changelog
debian/control

index 8f70c08035d84618c550758dafd232d06df0de5e..5a6cbbc18f0afecbb9a754a8e573a0abae916ba5 100644 (file)
@@ -19,6 +19,9 @@ ostree (2016.1+deb-1) UNRELEASED; urgency=medium
     on installation
   * Don't override dh_auto_clean to nothing
   * Adjust upstream version number to work around mis-versioned PPA packages
+  * ostree-grub2: recommend concrete GRUB packages instead of hard-depending
+    on a transitional package. This is only a Recommends because you
+    could be using some other architecture's grub packages.
 
  -- Simon McVittie <smcv@debian.org>  Wed, 27 Jan 2016 13:04:34 +0100
 
index 5a8f06c79ba647302ab707e09bb999c359685c68..aad26b6ce7c08de4c592c6bd022fa7abf739d420 100644 (file)
@@ -115,8 +115,9 @@ Description: content-addressed filesystem for operating system binaries
 Package: ostree-grub2
 Architecture: all
 Depends:
- grub2,
  ${misc:Depends},
+Recommends:
+ grub-efi-amd64 | grub-pc,
 Description: GRUB 2 configuration for ostree
  OSTree is a tool for managing bootable, immutable, versioned filesystem trees.
  It is not a package system; nor is it a tool for managing full disk images.